Devil possessed Zoids Death Stinger !!! :-O

To any of you who owns a Zoids Death Stinger, you’ll probably know it only walks forward in one direction. Last night something happened. My Death Stinger walks in all direction and terrorized Psyduck !! :O Scary stuff ahead …

See I told you something was fishy… No Zoids could do that …

OK, lets cut the crap short. I’ve actually managed to stuff an R/C receiver into the Death Stinger (DS).

There’s a CP for DS called CP-16. It’s a wired remote control unit that plugs into a port underneath DS’s battery pack. CP-16 gives DS 4 channels of movement (forward/reverse/left/right).

Since DS’s battery pack has on 2 pins, how the heck CP-16 can have 4 channels of movement ?  At least there should be 3 pins, ie, 1 common ground and 2 positive terminals.

Then I found out that the plastic block on DS’s battery port on the body can be plugged out. There’s 4 pins underneath it. Got a battery pack and started to test the pins.

As I expected, DS uses 2 motors, each one controls one side of the legs. Kinda like tanks. Forward one motor and reverse the other motor, and DS turns. Forward both, well, it goes forward (duh)..

The DS wasn’t actually mine, so I had to design an external box that can be plugged and unplugged from it without the need to cut anything from DS.

100_1702

This is the receiver board I canniballized from a cheapo Audley Race-Tin Gen-3. Armed with my horrendous soldering skill, I made a break-out board to connect to the pins on DS. Plugged out 4 pins from an unused sound card too :p Not shown here is another break-out board that connects to DS’s original battery pack.

100_1706

Made a box to stuff the curcuit in. Cannibalized yet another unsed PC accessory, this time a printer cable, the parallel one. Who uses parallel printers in this USB age any way ? :p

oh, wait, my printer’s parallel .. :-O

100_1709

Here’s the finished stuff. Still crude, but it works. Used plaplate for the box too. Maybe I’ll wrap the box with epoxy putty and sand it to make it look more like a CP soon. Too lazy to do it now ..

100_1710

Another angle. See the protruding antenna ? And the parallel cable housing looks like a cannon (to me lah, to you I don’t know …)

100_1711

Another view of the box.

100_1713

Psyduck’s ready to test the new & improved Death Stinger. This is when the eeiry stuff happened … >:)

document.getElementById(’banner’).innerHTML=”


[Poo's CountDown Ver 1.00]

“;
document.getElementById(’banner’).style.background=”black”;

function countdown(obj)
{
this.obj = obj;
this.Div = “clock”;
this.BackColor = “white”;
this.ForeColor = “black”;
this.TargetDate = “12/31/2020 5:00 AM”;
this.DisplayFormat = “%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.”;
this.CountActive = true;

this.DisplayStr;

this.Calcage = cd_Calcage;
this.CountBack = cd_CountBack;
this.Setup = cd_Setup;
}

function cd_Calcage(secs, num1, num2)
{
s = ((Math.floor(secs/num1))%num2).toString();
if (s.length < 2) s = “0″ + s;
return (s);
}
function cd_CountBack(secs)
{
this.DisplayStr = this.DisplayFormat.replace(/%%D%%/g, this.Calcage(secs,86400,100000));
this.DisplayStr = this.DisplayStr.replace(/%%H%%/g, this.Calcage(secs,3600,24));
this.DisplayStr = this.DisplayStr.replace(/%%M%%/g, this.Calcage(secs,60,60));
this.DisplayStr = this.DisplayStr.replace(/%%S%%/g, this.Calcage(secs,1,60));

document.getElementById(this.Div).innerHTML = this.DisplayStr;
if (this.CountActive) setTimeout(this.obj +”.CountBack(” + (secs-1) + “)”, 990);
}
function cd_Setup()
{
var dthen = new Date(this.TargetDate);
var dnow = new Date();
ddiff = new Date(dthen-dnow);
gsecs = Math.floor(ddiff.valueOf()/1000);
this.CountBack(gsecs);
}

var cd1 = new countdown(’cd1′);
cd1.Div = “clock1″;
cd1.TargetDate = “05/05/2007 10:00 AM”;
cd1.DisplayFormat = “%%D%% days, %%H%% hours, %%M%% minutes, %%S%% seconds”;
cd1.Setup();

3 Responses to “Devil possessed Zoids Death Stinger !!! :-O”

  1. Adli Says:

    huhuhnya des-stinga beta T_T

  2. Anis Says:

    Mwahahahah.. jahanam dah des-stinga ko tu Adli.. mwehehehehe…

  3. Cyrinic Says:

    mwehehehehe

Leave a Reply